Skip to content

fix(ci): use allowed expression in release dispatcher prompt#26723

Merged
tylerbutler merged 5 commits intomicrosoft:mainfrom
tylerbutler:fix/dispatcher-safe-expression
Mar 16, 2026
Merged

fix(ci): use allowed expression in release dispatcher prompt#26723
tylerbutler merged 5 commits intomicrosoft:mainfrom
tylerbutler:fix/dispatcher-safe-expression

Conversation

@tylerbutler
Copy link
Member

@tylerbutler tylerbutler commented Mar 13, 2026

Summary

  • Replaces ${{ github.event_name }} with ${{ env.GH_AW_GITHUB_EVENT_NAME }} in the release dispatcher workflow markdown
  • github.event_name is not on gh-aw's safe expression list for runtime imports, causing the "Interpolate variables and render templates" step to fail with ERR_VALIDATION
  • The GH_AW_GITHUB_EVENT_NAME env variable is already populated by the compiled workflow from ${{ github.event_name }}

Fixes: https://github.com/microsoft/FluidFramework/actions/runs/23070964410

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants